cargo.git
2018-04-03 borsAuto merge of #5283 - matklad:better-assertion, r=matklad
2018-04-03 Aleksey KladovMake assertion more informative
2018-04-02 borsAuto merge of #5281 - matklad:cleanup, r=alexcrichton
2018-04-02 Aleksey KladovReplace triple with struct
2018-04-02 Aleksey KladovMove filename logic to FileType
2018-04-02 Aleksey KladovRename TargetFileType -> FileFlavor
2018-04-02 Aleksey KladovMake TargetInfo.cfg private
2018-04-02 Aleksey KladovExtract target info
2018-04-02 borsAuto merge of #5274 - klnusbaum:epoch_5214, r=alexcrichton
2018-04-02 borsAuto merge of #5259 - Mark-Simulacrum:seed-deserialize...
2018-04-02 Aleksey KladovReplace a triple with a struct for readability
2018-04-02 borsAuto merge of #5278 - alexcrichton:no-rustfmt-ci, r...
2018-04-02 Alex CrichtonRemove rustfmt from Travis
2018-04-02 Aleksey KladovSlightly better variable names
2018-04-01 borsAuto merge of #5276 - klausi:main-dead-code, r=matklad
2018-04-01 Klaus Purerchore(cli): Remove dead code in main()
2018-04-01 Kurtis Nusbaumrename epoch to edition
2018-04-01 Mark SimulacrumRemove thread local, replacing with DeserializeSeed
2018-03-31 borsAuto merge of #5271 - djc:interning-spelling, r=alexcri...
2018-03-31 Dirkjan OchtmanFix spelling errors in interning module
2018-03-31 borsAuto merge of #5269 - orestisf1993:issue-5265, r=matklad
2018-03-31 Orestis Floroscargo_new: remove redundant leading new lines from...
2018-03-31 borsAuto merge of #5235 - klausi:Z-flag-docs, r=matklad
2018-03-31 Klaus Purertests(help): Fix assertion by using the full line text
2018-03-31 Klaus Purertests(help): Add test for -Z help output
2018-03-30 Klaus Purerdocs(Z-flags): Add description for each -Z flag in...
2018-03-30 borsAuto merge of #5258 - djc:split-resolver, r=Eh2406
2018-03-29 Dirkjan OchtmanReorder code in resolver module for better readability
2018-03-29 Dirkjan OchtmanMove resolver Context initialization into a method
2018-03-29 Dirkjan OchtmanMove resolver::Context into new resolver::context module
2018-03-29 Dirkjan OchtmanMove utility types from resolver into resolver::types
2018-03-29 Dirkjan OchtmanMove resolver::Resolve into a new resolver::resolve...
2018-03-29 borsAuto merge of #5261 - djc:reformat, r=matklad
2018-03-29 Dirkjan OchtmanFix formatting issues with cargo fmt
2018-03-28 borsAuto merge of #5253 - matklad:unit-meta-2, r=alexcrichton
2018-03-28 borsAuto merge of #5255 - matklad:rustdoc-features, r=alexc...
2018-03-28 Aleksey KladovRestore --features args for cargo rustdoc
2018-03-27 Aleksey KladovIntroduce compilation files
2018-03-27 borsAuto merge of #5252 - matklad:new-context-new, r=alexcr...
2018-03-27 Aleksey KladovSupply units to the context at the point of creation
2018-03-27 borsAuto merge of #5249 - alexcrichton:run-rustc-less,...
2018-03-27 Alex CrichtonRun `rustc` for information fewer times
2018-03-27 borsAuto merge of #5250 - rleungx:tweak-error-message,...
2018-03-27 rleungxaddress comment
2018-03-27 rleungxtweak error message
2018-03-27 borsAuto merge of #5205 - gibix:i2773, r=alexcrichton
2018-03-26 borsAuto merge of #5228 - phil-opp:target-spec, r=alexcrichton
2018-03-26 borsAuto merge of #5244 - Eijebong:tempfile, r=alexcrichton
2018-03-26 Bastien OrivelReplace tempdir by tempfile
2018-03-26 borsAuto merge of #5243 - alexcrichton:more-feature-sync...
2018-03-26 Alex CrichtonMore effort to only compile Cargo once
2018-03-25 Philipp OppermannAdd custom target tests
2018-03-25 Philipp OppermannCanonicalize paths passed as `--target`
2018-03-25 borsAuto merge of #5232 - matklad:unit-map, r=alexcrichton
2018-03-24 Aleksey KladovRefactor context to extract dependencies calculation...
2018-03-24 borsAuto merge of #5239 - alexcrichton:remove-scoped-tls...
2018-03-24 Alex CrichtonRemove scoped_tls dependency
2018-03-24 gibixadd precise test
2018-03-24 gibixcargo fmt
2018-03-24 gibixfix typo , drop return and intermediate vector
2018-03-24 gibixcargo fmt
2018-03-24 gibixfix #2773 with new precise encode
2018-03-24 borsAuto merge of #5213 - Eh2406:faster_resolver, r=alexcri...
2018-03-24 Eh2406address suggestions
2018-03-24 Eh2406Move caching to a support struct and file
2018-03-24 Eh2406add comments
2018-03-24 Eh2406remove some loops
2018-03-24 Eh2406test the new backtracking does all of its bookkeeping
2018-03-24 Eh2406maintain an inverse-index
2018-03-24 Eh2406problematic extension and solution
2018-03-23 Eh2406A slow and ugly solution, but it works.
2018-03-23 Eh2406Add a test for https://github.com/rust-lang/cargo/issue...
2018-03-23 borsAuto merge of #5200 - klausi:minimal_versions, r=Eh2406
2018-03-23 Klaus Purertests(resolver): Group integration test with other...
2018-03-23 Klaus Purertests(resolver): Add integration test for -Z minimal...
2018-03-23 Klaus Purerfix(resolver): Preserve lock file when sorting for...
2018-03-23 borsAuto merge of #5233 - lukaslueg:issue5229, r=matklad
2018-03-23 Lukas LuegAssert that Dependency::name is never empty, prevent...
2018-03-23 borsAuto merge of #5231 - matklad:simplify, r=alexcrichton
2018-03-23 Aleksey KladovSimplify `build_map`
2018-03-23 borsAuto merge of #5230 - matthiaskrgr:newline, r=alexcrichton
2018-03-23 Matthias Krügeradd final linebreak to cargo default help message.
2018-03-22 borsAuto merge of #5226 - jeehoonkang:doc-caret, r=alexcrichton
2018-03-22 Jeehoon Kangdoc: Clarify the meaning of caret requirements
2018-03-22 borsAuto merge of #5225 - matthiaskrgr:revert_pr5223, r...
2018-03-22 Matthias KrügerRevert "manifest: update default lto for release and...
2018-03-22 borsAuto merge of #5217 - matklad:known-crate-types, r...
2018-03-22 borsAuto merge of #5223 - matthiaskrgr:manifest_update...
2018-03-22 Matthias Krügermanifest: update default lto for release and bench...
2018-03-22 borsAuto merge of #5222 - AdamNiederer:patch-1, r=matklad
2018-03-22 Adam NiedererAdd docstrings to CleanOptions
2018-03-21 borsAuto merge of #5219 - mbrubeck:doc, r=alexcrichton
2018-03-21 Matt BrubeckFix usage text for cargo install
2018-03-21 borsAuto merge of #5186 - infinity0:stricter-need-dev-deps...
2018-03-21 borsAuto merge of #5204 - lukaslueg:issue5199, r=alexcrichton
2018-03-21 Aleksey KladovPreprobe info for known crate type
2018-03-20 Klaus Purerdocs(tests): Add comment
2018-03-20 Klaus Purertests(resolver): Add test for minimum dependency versions
2018-03-20 Klaus Purerdocs(resolver): Comment for what the minimal_versions...
2018-03-20 Klaus Purerfeat(resolver): Add CLI option to resolve minimal versi...
next